home *** CD-ROM | disk | FTP | other *** search
/ MacAddict Special 2004: T…timate How-To Collection / MacAddict SPECIAL 2004 Ultimate How to Collection.toast / Digitize Vinyl & Tapes / Sound Studio (OS 9) 2.0.7 / Sound Studio.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-04-20  |  4.0 KB  |  160 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeIconFile</key>
  11.             <string>data.icns</string>
  12.             <key>CFBundleTypeName</key>
  13.             <string>Sound Studio Data File</string>
  14.             <key>CFBundleTypeOSTypes</key>
  15.             <array>
  16.                 <string>Data</string>
  17.             </array>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.             <key>LSIsAppleDefaultForType</key>
  21.             <string>No</string>
  22.         </dict>
  23.         <dict>
  24.             <key>CFBundleTypeExtensions</key>
  25.             <array>
  26.                 <string>aif</string>
  27.                 <string>aiff</string>
  28.                 <string>AIF</string>
  29.                 <string>AIFF</string>
  30.             </array>
  31.             <key>CFBundleTypeIconFile</key>
  32.             <string>aiff.icns</string>
  33.             <key>CFBundleTypeName</key>
  34.             <string>AIFF Audio</string>
  35.             <key>CFBundleTypeOSTypes</key>
  36.             <array>
  37.                 <string>AIFF</string>
  38.             </array>
  39.             <key>CFBundleTypeRole</key>
  40.             <string>Editor</string>
  41.             <key>LSIsAppleDefaultForType</key>
  42.             <string>No</string>
  43.         </dict>
  44.         <dict>
  45.             <key>CFBundleTypeExtensions</key>
  46.             <array>
  47.                 <string>aifc</string>
  48.                 <string>aiffc</string>
  49.                 <string>AIFC</string>
  50.                 <string>AIFFC</string>
  51.             </array>
  52.             <key>CFBundleTypeIconFile</key>
  53.             <string>aiff.icns</string>
  54.             <key>CFBundleTypeName</key>
  55.             <string>AIFF-C Audio</string>
  56.             <key>CFBundleTypeOSTypes</key>
  57.             <array>
  58.                 <string>AIFC</string>
  59.             </array>
  60.             <key>CFBundleTypeRole</key>
  61.             <string>Editor</string>
  62.             <key>LSIsAppleDefaultForType</key>
  63.             <string>No</string>
  64.         </dict>
  65.         <dict>
  66.             <key>CFBundleTypeIconFile</key>
  67.             <string>aiff.icns</string>
  68.             <key>CFBundleTypeName</key>
  69.             <string>CD Audio Track</string>
  70.             <key>CFBundleTypeExtensions</key>
  71.             <array>
  72.                 <string>cdda</string>
  73.             </array>
  74.             <key>CFBundleTypeRole</key>
  75.             <string>Editor</string>
  76.             <key>LSIsAppleDefaultForType</key>
  77.             <string>No</string>
  78.         </dict>
  79.         <dict>
  80.             <key>CFBundleTypeExtensions</key>
  81.             <array>
  82.                 <string>sd2</string>
  83.                 <string>SD2</string>
  84.                 <string>sdii</string>
  85.                 <string>SDII</string>
  86.             </array>
  87.             <key>CFBundleTypeIconFile</key>
  88.             <string>sdii.icns</string>
  89.             <key>CFBundleTypeName</key>
  90.             <string>Sound Designer II Audio</string>
  91.             <key>CFBundleTypeOSTypes</key>
  92.             <array>
  93.                 <string>Sd2f</string>
  94.             </array>
  95.             <key>CFBundleTypeRole</key>
  96.             <string>Editor</string>
  97.             <key>LSIsAppleDefaultForType</key>
  98.             <string>No</string>
  99.         </dict>
  100.         <dict>
  101.             <key>CFBundleTypeIconFile</key>
  102.             <string>system7sound.icns</string>
  103.             <key>CFBundleTypeName</key>
  104.             <string>System Sound</string>
  105.             <key>CFBundleTypeOSTypes</key>
  106.             <array>
  107.                 <string>sfil</string>
  108.             </array>
  109.             <key>CFBundleTypeRole</key>
  110.             <string>Editor</string>
  111.             <key>LSIsAppleDefaultForType</key>
  112.             <string>No</string>
  113.         </dict>
  114.         <dict>
  115.             <key>CFBundleTypeExtensions</key>
  116.             <array>
  117.                 <string>wav</string>
  118.                 <string>WAV</string>
  119.                 <string>wave</string>
  120.                 <string>WAVE</string>
  121.             </array>
  122.             <key>CFBundleTypeIconFile</key>
  123.             <string>wave.icns</string>
  124.             <key>CFBundleTypeName</key>
  125.             <string>WAV Audio</string>
  126.             <key>CFBundleTypeOSTypes</key>
  127.             <array>
  128.                 <string>WAVE</string>
  129.             </array>
  130.             <key>CFBundleTypeRole</key>
  131.             <string>Editor</string>
  132.             <key>LSIsAppleDefaultForType</key>
  133.             <string>No</string>
  134.         </dict>
  135.     </array>
  136.     <key>CFBundleExecutable</key>
  137.     <string>Sound Studio</string>
  138.     <key>CFBundleGetInfoString</key>
  139.     <string>Sound Studio 2.0.7, Copyright Lucius Kwok 2002</string>
  140.     <key>CFBundleIconFile</key>
  141.     <string>SoundStudio.icns</string>
  142.     <key>CFBundleIdentifier</key>
  143.     <string>com.felttip.SoundStudio</string>
  144.     <key>CFBundleInfoDictionaryVersion</key>
  145.     <string>2.0.7</string>
  146.     <key>CFBundleName</key>
  147.     <string>Sound Studio</string>
  148.     <key>CFBundlePackageType</key>
  149.     <string>APPL</string>
  150.     <key>CFBundleShortVersionString</key>
  151.     <string>2.0.7</string>
  152.     <key>CFBundleSignature</key>
  153.     <string>lkSS</string>
  154.     <key>CFBundleVersion</key>
  155.     <string>2.0.7</string>
  156.     <key>CSResourcesFileMapped</key>
  157.     <false/>
  158. </dict>
  159. </plist>
  160.